type crypto/tls.keyUpdateMsg
7 uses
crypto/tls (current package)
conn.go#L1080: m = new(keyUpdateMsg)
conn.go#L1228: case *keyUpdateMsg:
conn.go#L1236: func (c *Conn) handleKeyUpdate(keyUpdate *keyUpdateMsg) error {
conn.go#L1249: msg := &keyUpdateMsg{}
handshake_messages.go#L927: type keyUpdateMsg struct {
handshake_messages.go#L932: func (m *keyUpdateMsg) marshal() []byte {
handshake_messages.go#L951: func (m *keyUpdateMsg) unmarshal(data []byte) bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)